persistent data
Type
property
Summary
Set to true if you would like the data grid to store the data being displayed between sessions.
Syntax
put the dgProp["persistent data"] of group "Data Grid"
Description
Set to true if you would like the data grid to store the data being displayed between sessions. The data grid always works with data stored in a script local variable but if this value is true then the data will be cached in a custom property as well. This will double the memory used so this is suitable for small lists. For large data sets you should set this property to 'false' and set the data grid data each time the data grid is opened. The default value is 'true'.